home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / turbop11.zip / SYSOP.DOC < prev    next >
Text File  |  1992-06-14  |  4KB  |  123 lines

  1.  
  2.  
  3.  
  4.                              TURBO POLL 1.1
  5.  
  6.                             (C) Vince Jacobs
  7.                         Compiled with Turbo C++ 3.0
  8.                    and with Brian Pirie's Open Doors 3.40
  9.  
  10.  
  11.  
  12. ╔════════════════════════╗
  13. ║▒▒▒▒▒ Introduction ▒▒▒▒▒║
  14. ╚════════════════════════╝
  15.  
  16.  
  17.   Turbo Poll, a voting booth door that allows your users to enter and
  18. vote on up to 20 Topics which have up to 20 possible answers each.
  19. Among the available options to the SysOp is the ability to delete a
  20. topic that a user has entered. This option only shows up on the local
  21. screen and is hidden from the user. Turbo Poll's main menus are
  22. hard coded into the program but in the [REGISTERED VERSION] you have
  23. the ability to make your own ANSI and ASCII screens. This allows you to
  24. customise Turbo Poll to possibly match the rest of the screens on your
  25. board. Remote Access/QuickBBS control codes can also be inserted in the
  26. ANS, ASC screens to display information about the user and/or the BBS.
  27.   ^FA for example would display the user's Full Name in your screens.
  28. This is just a little incentive to registered Turbo Poll.
  29.  
  30. ╔════════════════════════════╗
  31. ║▒▒▒▒▒ Archive Contents ▒▒▒▒▒║
  32. ╚════════════════════════════╝
  33.  
  34. The following files are contained within the archive TURBOP10.ZIP:
  35.  
  36. TURBOP11.EXE           Main Door File
  37. TURBO.DAT              Data file that will be created upon initialization.
  38. TP.ANS                 Door screen file
  39. TP.ASC                 Door screen file
  40. SAMPLE.BAT             Sample batch file
  41. SYSOP.DOC              This file!
  42. POLL.ANS               Sample Screen for use with the registered version
  43. POLL.ASC               Sample Screen for use with the registered version
  44. REGIST.FRM             Registration Form
  45.  
  46. ╔═════════════════╗
  47. ║▒▒▒▒▒ Setup ▒▒▒▒▒║
  48. ╚═════════════════╝
  49.  
  50.   Turbo Poll uses the DORINFOX.DEF type door info drop file. Where
  51. the "X" is the node. Turbo Poll requires that the path of the drop
  52. file be passed on the command line, e.g.
  53.  
  54.    TURBOP11 C:\RA
  55.  
  56.   Take a look at the SAMPLE.BAT file;
  57.  
  58.    @echo off
  59.    cd\ra\turbo
  60.    TURBOP11 C:\RA
  61.    cd\ra
  62.  
  63.  
  64.   
  65. ╔════════════════════════╗
  66. ║▒▒▒▒▒ Door Options ▒▒▒▒▒║
  67. ╚════════════════════════╝
  68.  
  69. While Turbo Poll is running, the following keys are available for the
  70. sysop:
  71.  
  72. ALT-C   Break into chat mode with user.
  73. ALT-J   Drop to DOS in a shell.
  74. ALT-H   Hang up on User.
  75. ALT-L   Lock the user out of the BBS.
  76. ALT-K   Users keyboard is made inactive.
  77. ALT-N   SysOp next key.
  78. ALT-D   Drop the User back to the BBS.
  79.  
  80. UP-ARROW KEY   Gives User more time.
  81. DOWN-ARROW KEY Decreases Users time.
  82.  
  83. Turbo Poll is DESQview aware, and also does it's own carrier watch-
  84. dogging. It also checks the user's ANSI capability and adjusts itself
  85. accordingly.
  86.  
  87.  
  88. ╔════════════════════════╗
  89. ║▒▒▒▒▒ Registration ▒▒▒▒▒║
  90. ╚════════════════════════╝
  91.   Turbo Poll is being distributed as Shareware, it should be registered
  92. after 30 days or discontinue it's use.
  93.   Turbo Poll has a $5.00 registration fee if sent via FidoNet Crash Mail
  94. in zone 1. If sent via the US Postal Service the registration fee is $7.50.
  95. Please specify on the registration form (REGIST.FRM) what size
  96. floppy disk is preferred...
  97.  
  98.  
  99. ╔═══════════════════╗
  100. ║▒▒▒▒▒ Serious ▒▒▒▒▒║
  101. ╚═══════════════════╝
  102.   Disclaimer;
  103.  
  104.   I make no warranty of any kind, express or implied, including
  105. without limitation, any warranties of merchantility and/or
  106. fitness for a particular purpose. I shall not be held liable for
  107. any damages, whether direct, indirect, special or consequential,
  108. arising from a failure of this program to operate in the manner
  109. desired by the user. I shall not be held liable for any damage to
  110. data or property which may be caused directly or indirectly by the
  111. use of this program.
  112.   In no event will I be held liable for any damages, including (but
  113. not limited to) any lost profits, lost savings or other incidental
  114. or consequential damages arising out of the use or inability to
  115. use this program, or for any claim by any other party.
  116.  
  117.   Beta Testers;
  118.  
  119.       Sam Mcdaniel           Glen Johnson          David Bemo
  120.   The Fifth Board BBS       Late Night BBS      The Last Stop BBS
  121.       1:3813/303              1:3813/310            1:3813/308
  122.  
  123.